home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineButton2_611 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-08-11  |  163 b   |  11 lines

  1. on(release){
  2.    if(_root.sound == true)
  3.    {
  4.       gotoAndStop("πü¬πüù");
  5.    }
  6.    else if(_root.sound == false)
  7.    {
  8.       gotoAndStop("πüéπéè");
  9.    }
  10. }
  11.